home *** CD-ROM | disk | FTP | other *** search
- object frmActionsPanel: TfrmActionsPanel
- Left = 809
- Top = 255
- Width = 287
- Height = 445
- Anchors = [akLeft, akRight, akBottom]
- BorderStyle = bsSizeToolWin
- Caption = 'Available Actions'
- Color = clBtnFace
- UseDockManager = True
- DragKind = dkDock
- DragMode = dmAutomatic
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnEndDock = FormEndDock
- OnKeyUp = FormKeyUp
- OnResize = FormResize
- OnShow = FormShow
- OnStartDock = FormStartDock
- PixelsPerInch = 96
- TextHeight = 13
- object pnlAll: TPanel
- Left = 0
- Top = 0
- Width = 279
- Height = 395
- Hint =
- 'Available Actions|List of available actions that can be used in ' +
- 'the task'
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 2
- Color = clWindow
- TabOrder = 0
- object pgcActions: TPageControl
- Left = 80
- Top = 68
- Width = 192
- Height = 173
- ActivePage = tbsAll
- PopupMenu = popTabMenu
- TabOrder = 0
- Visible = False
- OnChange = pgcActionsChange
- OnDragOver = pgcActionsDragOver
- object tbsAll: TTabSheet
- Caption = 'All'
- end
- end
- object trvActions: TdxTreeList
- Left = 2
- Top = 2
- Width = 275
- Height = 391
- Bands = <
- item
- end>
- DefaultLayout = True
- HeaderPanelRowCount = 1
- Align = alClient
- BorderStyle = bsNone
- DragMode = dmAutomatic
- TabOrder = 1
- HideSelection = False
- Images = frmSB.imlActions1616
- LookAndFeel = lfUltraFlat
- Options = [aoColumnSizing, aoTabThrough, aoAutoWidth]
- StateImages = frmSB.imlActions1616
- TreeLineColor = clGrayText
- ShowHeader = False
- OnDblClick = trvActionsDblClick
- OnDragOver = trvActionsDragOver
- OnEndDrag = trvActionsEndDrag
- OnKeyDown = trvActionsKeyDown
- OnKeyPress = trvActionsKeyPress
- OnBeginDragNode = trvActionsBeginDragNode
- OnDeletion = trvActionsDeletion
- OnExpanded = trvActionsExpanded
- object trvActionsCol: TdxTreeListColumn
- DisableEditor = True
- BandIndex = 0
- RowIndex = 0
- end
- end
- object trvActionsList: TdxTreeList
- Left = 2
- Top = 2
- Width = 275
- Height = 391
- Hint =
- 'Available Actions|List of available actions that can be used in ' +
- 'the task'
- Bands = <
- item
- end>
- DefaultLayout = True
- HeaderPanelRowCount = 1
- Align = alClient
- BorderStyle = bsNone
- DragMode = dmAutomatic
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- Visible = False
- HideSelection = False
- Images = frmSB.imlActions1616
- LookAndFeel = lfUltraFlat
- Options = [aoColumnSizing, aoColumnMoving, aoEditing, aoTabThrough, aoRowSelect, aoAutoWidth, aoAutoSort]
- StateImages = frmSB.imlActions1616
- TreeLineColor = clGrayText
- ShowHeader = False
- ShowLines = False
- ShowRoot = False
- OnDblClick = trvActionsDblClick
- OnDragOver = trvActionsDragOver
- OnEndDrag = trvActionsEndDrag
- OnKeyDown = trvActionsKeyDown
- OnKeyPress = trvActionsKeyPress
- OnBeginDragNode = trvActionsBeginDragNode
- OnDeletion = trvActionsDeletion
- OnEditing = trvActionsListEditing
- object trvActionsListCol: TdxTreeListColumn
- BandIndex = 0
- RowIndex = 0
- end
- end
- end
- object pnlBottom: TPanel
- Left = 0
- Top = 395
- Width = 279
- Height = 23
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object edtActionSearch: TdxEdit
- Left = -1
- Top = 2
- Width = 281
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- Style.BorderStyle = xbsFlat
- Style.ButtonStyle = btsFlat
- Style.Edges = []
- TabOrder = 0
- Text = 'Search for action'
- OnEnter = edtActionSearchEnter
- OnExit = edtActionSearchExit
- OnKeyPress = edtActionSearchKeyPress
- Anchors = [akLeft, akTop, akRight]
- StyleController = dxEditStyleController1
- end
- end
- object popEditViews: TPopupMenu
- OnPopup = popEditViewsPopup
- Left = 104
- Top = 128
- object itmAddStep: TMenuItem
- Caption = 'Add'
- Default = True
- Visible = False
- OnClick = itmAddStepClick
- end
- object N4: TMenuItem
- Caption = '-'
- Visible = False
- end
- object itmAddPage: TMenuItem
- Caption = 'Add Page'
- Visible = False
- OnClick = itmAddPageClick
- end
- object itmRemovePage: TMenuItem
- Caption = 'Remove Page'
- Visible = False
- OnClick = itmRemovePageClick
- end
- object N1: TMenuItem
- Caption = '-'
- Visible = False
- end
- object itmAddFolder: TMenuItem
- Caption = 'Add Folder'
- Visible = False
- OnClick = itmAddFolderClick
- end
- object itmAddAction: TMenuItem
- Caption = 'Add Action'
- Visible = False
- OnClick = itmAddActionClick
- end
- object itmCopyTo: TMenuItem
- Caption = 'Copy To'
- Enabled = False
- Visible = False
- object itmPage1: TMenuItem
- Caption = 'Moo'
- end
- end
- object N2: TMenuItem
- Caption = '-'
- Visible = False
- end
- object itmRenameFolder: TMenuItem
- Caption = 'Rename'
- Visible = False
- OnClick = itmRenameFolderClick
- end
- object itmDeleteNode: TMenuItem
- Caption = 'Delete'
- Visible = False
- OnClick = itmDeleteNodeClick
- end
- object itmRemoveFolder: TMenuItem
- Caption = 'Remove Folder'
- Visible = False
- OnClick = itmRemoveFolderClick
- end
- object itmRemoveAction: TMenuItem
- Caption = 'Remove Action'
- Visible = False
- end
- object N3: TMenuItem
- Caption = '-'
- Visible = False
- end
- object itmLocked: TMenuItem
- Caption = 'Locked'
- OnClick = itmLockedClick
- end
- object itmActionsDockable: TMenuItem
- Caption = 'Dockable'
- OnClick = itmActionsDockableClick
- end
- object itmReset: TMenuItem
- Caption = 'Reset'
- Visible = False
- OnClick = itmResetClick
- end
- object itmActionsAlwaysOnTop: TMenuItem
- Caption = 'Stay on Top'
- OnClick = itmActionsAlwaysOnTopClick
- end
- end
- object popTabMenu: TPopupMenu
- Left = 76
- Top = 128
- object itmAddPageTab: TMenuItem
- Caption = 'Add Page'
- OnClick = itmAddPageTabClick
- end
- object itmRemovePageTab: TMenuItem
- Caption = 'Remove Page'
- OnClick = itmRemovePageTabClick
- end
- object itmRenamePage: TMenuItem
- Caption = 'Rename Page'
- OnClick = itmRenamePageClick
- end
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMStepBuilder'
- Left = 80
- Top = 308
- TargetsData = (
- 1
- 5
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- '*'
- 'Cells'
- 0)
- (
- 'TdxEdit'
- 'Text'
- 0))
- end
- object dxBarManagerActionsWindow: TdxBarManager
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Bars = <>
- Categories.Strings = (
- 'Default')
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- end
- item
- end>
- UseSystemFont = True
- Left = 88
- Top = 40
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- object dxEditStyleController1: TdxEditStyleController
- BorderStyle = xbsFlat
- ButtonStyle = btsFlat
- Edges = []
- Left = 168
- Top = 248
- end
- end
-